on

abstract fun on(throwable: Throwable, window: Window)

Handles the exception in a window.

Please note, this method will be executed on the UI thread.

Parameters

throwable

the thrown exception.

window

the window, within which the exception was thrown.